home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYGRAPH.ZIP / APP.INC next >
Text File  |  1994-10-20  |  315b  |  14 lines

  1. {
  2. Global include for units and programs.  Define the 'Production' label to
  3. delete debugging information, etc.
  4. }
  5.  
  6. {$DEFINE Production}
  7. {.$DEFINE UseDLL}
  8.  
  9. {$IFDEF Production}
  10.   {$A+,B-,D-,E+,F-,I+,K+,L-,N+,P-,Q-,R-,S-,T-,V-,W+,Y-}
  11. {$ELSE}
  12.   {$A+,B-,D+,E+,F-,I+,K+,L+,N+,P-,Q+,R+,S+,T-,V-,W+,Y+}
  13. {$ENDIF}
  14.